home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5096 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: murphy.servtech.com!news
  2. From: Jon Schull <Schull@awa.com>
  3. Newsgroups: comp.lang.c,comp.os.ms-windows.programmer.misc
  4. Subject: Generic C: Menu in DialogBox paint problems in Win3.1
  5. Date: Wed, 07 Feb 1996 23:29:35 -0500
  6. Organization: SoftLock Services/Downtown Anywhere
  7. Message-ID: <31197C2F.1F86@awa.com>
  8. NNTP-Posting-Host: everywhere.roc.servtech.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  13. CC: hazen@awa.com, schull@awa.com
  14.  
  15. I am creating a small app which contains a menu in a dialog box.  I am
  16. developing with Visual C++ v.1.52 using generic C api calls.  Everything
  17. works fine under Windows95, but I get the following problem under Win 
  18. 3.1:
  19.  
  20. The bottom 1/4 of the menu bar doesn't paint light gray, but rather 
  21. picks up whatever happens to be behind the it at the time the dialog box 
  22. is created.  This can include either parts of windows or the wallpaper.
  23.  
  24. I've searched the Developer Network CD some looking for a bug report and
  25. workaround, but haven't found one.  Anyone have a suggestion?
  26.  
  27.  
  28.  
  29. Thanks in advance for your assistance.
  30.